Api.ReadAxisAlias method

Reads an alias index from an axis.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<int> ReadAxisAlias(
       int Index
)
Public Function ReadAxisAlias(
       Index As Integer
) As KsReturn(Of Integer)

Parameters

Index

Type: int

The index of an axis. Indexes are zero based.

Return value

Type: KsReturn<int>

Returns Type: KsReturn and an integer value.

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.Local.Api Namespace